home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / tman.lha / tman / list.tex / img8.png < prev    next >
Portable Network Graphic  |  1988-10-28  |  14KB  |  1547x173  |  8-bit (25 colors)
Labels: text | screenshot | font | graphics | black
OCR: (CONS 'A '()) (CONS 'A 'B) Returns a new pair whose car is object1 and whose cdr is object2. (CONS 'A '(B)) ⇒(A) ⇒(A. B) ⇒(A B) (CONS 'A (CONS 'B'()))⇒(A B) (CONS 'A (LIST 'B 'C)) ⇒(A B C)